projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeadf06
)
arm: mxs: Scrub useless ifdef
author
Marek Vasut
<
[email protected]
>
Sat, 12 Jul 2014 13:39:14 +0000
(15:39 +0200)
committer
Stefano Babic
<
[email protected]
>
Wed, 23 Jul 2014 10:25:41 +0000
(12:25 +0200)
As a result of
0defddc851edfc34bcf3c3379fe74b11dc01a493
, which did
a consolidation of the prompt string, this ifdef became empty. Remove
it.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
include/configs/mxs.h
patch
|
blob
|
history
diff --git
a/include/configs/mxs.h
b/include/configs/mxs.h
index 8bce28fe2048f9abeb1b0de154871ee790404f87..df9eb9343237f3703027237e158907bcce2ff36a 100644
(file)
--- a/
include/configs/mxs.h
+++ b/
include/configs/mxs.h
@@
-94,8
+94,6
@@
/* U-Boot general configuration */
#define CONFIG_SYS_LONGHELP
-#ifndef CONFIG_SYS_PROMPT
-#endif
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */
#define CONFIG_SYS_PBSIZE \
(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)